home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / qvt374.zip / DEFAULT.VT next >
Text File  |  1989-11-15  |  3KB  |  98 lines

  1. /***************************************************
  2. /*                                                 *
  3. /* Sample QVT Configuration File                   *
  4. /*                                                 *
  5. /* There should be one config file per host system *
  6. /*                                                 *
  7. /***************************************************
  8. /* 'name' is the familiar name of the host system  *
  9. name=Default
  10. /* the comm port to use, either 1 or 2
  11. port=1
  12. /* the custom i/o port spec, if any (in hex)
  13. /* leave blank to use COM1 or COM2
  14. ioport=
  15. /* the irq line used by the custom port
  16. /* leave blank to use COM1 or COM2
  17. irq=
  18. /* the baud rate to use, from 300 to 19200
  19. baud=2400
  20. /* parity; even, odd, mark, space, or none
  21. parity=none
  22. /* number of data bits; 5, 6, 7, or 8
  23. bits=8
  24. /* number of stop bits; 1 or 2
  25. stop=1
  26. /* flow control method: 'xoff' or 'cts'
  27. flow=xoff
  28. /* the phone number at which this system can be reached
  29. /* there may up to ten 'phone=' statements
  30. phone=
  31. /* the name of the login script for this system
  32. /* full DOS pathnames are both accepted and preferred
  33. login=
  34. /* the modem initialization string */
  35. init=
  36. /* dialwait is the number of seconds QVT will wait for a connection
  37. /* after dialing
  38. dialwait=30
  39. /* dialmethod tells QVT whether to use touchtone or pulse dialing
  40. dialmethod=tone
  41. /* dialprefix is a special non-Hayes dialing command for the modem
  42. /* if present, overrides 'tone' or 'pulse'
  43. dialprefix=
  44. /* should QVT begin dialing immediately after loading this configuration
  45. dial_on_load=yes
  46. /* ask for confirmation on exit when modem connection is present?
  47. exitconfirm=yes
  48. /* the answerback string
  49. answerback=
  50. /* the character transmitted by the 'Backspace' key; either BS or DEL
  51. backsp=DEL
  52. /* the character transmitted by the 'Return' key; either 'return' or 'linefeed'
  53. enter=return
  54. /* enables or disables the warning bell
  55. bell=on
  56. /* enables or disables auto-wrap
  57. wrap=on
  58. /* turns local echo on and off */
  59. echo=off
  60. /* sets the cursor to either a block or an underline
  61. cursor=line
  62. /* sets the terminal compatibility mode: 200=VT220, 100=VT100, 52=VT52
  63. terminal=200
  64. /* enables or disables the status line/menu bar
  65. status=on
  66. /* sets the normal character color
  67. forecolor=white
  68. /* sets the normal background color
  69. backcolor=black
  70. /* sets a color to be used for contrast when the 'high intensity' attribute
  71. /* is enabled.
  72. /* a null entry means that the foreground color (intensified) will be used
  73. bold=
  74. /* color of menu bar
  75. statcolor=blue
  76. /* character set: DEC = VT character set, IBM = IBM PC character set
  77. /* to use QVT with PC bulletin boards, set this to 'IBM'
  78. charset=DEC
  79. /* default protocol: kermit, xmodem, ymodem, zmodem
  80. protocol=
  81. /* the AL register value which invokes 132-column mode (in hex)
  82. /* leave blank if your video card doesn't have a 132-column text mode
  83. bios_132=
  84. /* number of lines on screen: 24 or 42
  85. /* leave blank unless you have an EGA- or VGA-type display
  86. scrnlines=24
  87. /* the strings to be associated with the programmable keys <Alt-F1> to <Alt-F10>
  88. f1=
  89. f2=
  90. f3=
  91. f4=
  92. f5=
  93. f6=
  94. f7=
  95. f8=
  96. f9=
  97. f10=
  98.